home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CSi Master: Ableton Live 5
/
CSi Master: Ableton Live 5.iso
/
pc
/
rsrc
/
defaults
/
interface
/
interface.cst
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-15
|
299 b
|
12 lines
on mouseDown
if the movieRate of sprite 41 = 1 then
set the movieRate of sprite 41 to 0
set the member of sprite the clickOn to member "qt play button"
else
set the movieRate of sprite 41 to 1
set the member of sprite the clickOn to member "qt pause button"
end if
end